- GOptionArg
alias GOptionArg = _Anonymous_1
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GOptionArgFunc
alias GOptionArgFunc = int function(const(char)*, const(char)*, void*, _GError**)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GOptionContext
alias GOptionContext = _GOptionContext
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GOptionEntry
alias GOptionEntry = _GOptionEntry
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GOptionError
alias GOptionError = _Anonymous_2
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GOptionErrorFunc
alias GOptionErrorFunc = void function(_GOptionContext*, _GOptionGroup*, void*, _GError**)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GOptionFlags
alias GOptionFlags = _Anonymous_0
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GOptionGroup
alias GOptionGroup = _GOptionGroup
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GOptionParseFunc
alias GOptionParseFunc = int function(_GOptionContext*, _GOptionGroup*, void*, _GError**)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_option_context_add_group
alias da_g_option_context_add_group = void function(GOptionContext* context, GOptionGroup* group)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_option_context_add_main_entries
alias da_g_option_context_add_main_entries = void function(GOptionContext* context, const(GOptionEntry)* entries, const(gchar)* translation_domain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_option_context_free
alias da_g_option_context_free = void function(GOptionContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_option_context_get_description
alias da_g_option_context_get_description = const(gchar)* function(GOptionContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_option_context_get_help
alias da_g_option_context_get_help = gchar* function(GOptionContext* context, gboolean main_help, GOptionGroup* group)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_option_context_get_help_enabled
alias da_g_option_context_get_help_enabled = gboolean function(GOptionContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_option_context_get_ignore_unknown_options
alias da_g_option_context_get_ignore_unknown_options = gboolean function(GOptionContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_option_context_get_main_group
alias da_g_option_context_get_main_group = GOptionGroup* function(GOptionContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_option_context_get_summary
alias da_g_option_context_get_summary = const(gchar)* function(GOptionContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_option_context_new
alias da_g_option_context_new = GOptionContext* function(const(gchar)* parameter_string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_option_context_parse
alias da_g_option_context_parse = gboolean function(GOptionContext* context, gint* argc, gchar*** argv, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_option_context_set_description
alias da_g_option_context_set_description = void function(GOptionContext* context, const(gchar)* description)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_option_context_set_help_enabled
alias da_g_option_context_set_help_enabled = void function(GOptionContext* context, gboolean help_enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_option_context_set_ignore_unknown_options
alias da_g_option_context_set_ignore_unknown_options = void function(GOptionContext* context, gboolean ignore_unknown)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_option_context_set_main_group
alias da_g_option_context_set_main_group = void function(GOptionContext* context, GOptionGroup* group)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_option_context_set_summary
alias da_g_option_context_set_summary = void function(GOptionContext* context, const(gchar)* summary)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_option_context_set_translate_func
alias da_g_option_context_set_translate_func = void function(GOptionContext* context, GTranslateFunc func, gpointer data, GDestroyNotify destroy_notify)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_option_context_set_translation_domain
alias da_g_option_context_set_translation_domain = void function(GOptionContext* context, const(gchar)* domain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_option_error_quark
alias da_g_option_error_quark = GQuark function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_option_group_add_entries
alias da_g_option_group_add_entries = void function(GOptionGroup* group, const(GOptionEntry)* entries)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_option_group_free
alias da_g_option_group_free = void function(GOptionGroup* group)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_option_group_new
alias da_g_option_group_new = GOptionGroup* function(const(gchar)* name, const(gchar)* description, const(gchar)* help_description, gpointer user_data, GDestroyNotify destroy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_option_group_set_error_hook
alias da_g_option_group_set_error_hook = void function(GOptionGroup* group, GOptionErrorFunc error_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_option_group_set_parse_hooks
alias da_g_option_group_set_parse_hooks = void function(GOptionGroup* group, GOptionParseFunc pre_parse_func, GOptionParseFunc post_parse_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_option_group_set_translate_func
alias da_g_option_group_set_translate_func = void function(GOptionGroup* group, GTranslateFunc func, gpointer data, GDestroyNotify destroy_notify)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_option_group_set_translation_domain
alias da_g_option_group_set_translation_domain = void function(GOptionGroup* group, const(gchar)* domain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_context_add_group
void g_option_context_add_group(GOptionContext* context, GOptionGroup* group)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_context_add_main_entries
void g_option_context_add_main_entries(GOptionContext* context, const(GOptionEntry)* entries, const(gchar)* translation_domain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_context_free
void g_option_context_free(GOptionContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_context_get_description
const(gchar)* g_option_context_get_description(GOptionContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_context_get_help
gchar* g_option_context_get_help(GOptionContext* context, gboolean main_help, GOptionGroup* group)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_context_get_help_enabled
gboolean g_option_context_get_help_enabled(GOptionContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_context_get_ignore_unknown_options
gboolean g_option_context_get_ignore_unknown_options(GOptionContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_context_get_main_group
GOptionGroup* g_option_context_get_main_group(GOptionContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_context_get_summary
const(gchar)* g_option_context_get_summary(GOptionContext* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_context_new
GOptionContext* g_option_context_new(const(gchar)* parameter_string)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_context_parse
gboolean g_option_context_parse(GOptionContext* context, gint* argc, gchar*** argv, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_context_set_description
void g_option_context_set_description(GOptionContext* context, const(gchar)* description)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_context_set_help_enabled
void g_option_context_set_help_enabled(GOptionContext* context, gboolean help_enabled)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_context_set_ignore_unknown_options
void g_option_context_set_ignore_unknown_options(GOptionContext* context, gboolean ignore_unknown)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_context_set_main_group
void g_option_context_set_main_group(GOptionContext* context, GOptionGroup* group)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_context_set_summary
void g_option_context_set_summary(GOptionContext* context, const(gchar)* summary)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_context_set_translate_func
void g_option_context_set_translate_func(GOptionContext* context, GTranslateFunc func, gpointer data, GDestroyNotify destroy_notify)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_context_set_translation_domain
void g_option_context_set_translation_domain(GOptionContext* context, const(gchar)* domain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_error_quark
GQuark g_option_error_quark()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_group_add_entries
void g_option_group_add_entries(GOptionGroup* group, const(GOptionEntry)* entries)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_group_free
void g_option_group_free(GOptionGroup* group)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_group_new
GOptionGroup* g_option_group_new(const(gchar)* name, const(gchar)* description, const(gchar)* help_description, gpointer user_data, GDestroyNotify destroy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_group_set_error_hook
void g_option_group_set_error_hook(GOptionGroup* group, GOptionErrorFunc error_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_group_set_parse_hooks
void g_option_group_set_parse_hooks(GOptionGroup* group, GOptionParseFunc pre_parse_func, GOptionParseFunc post_parse_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_group_set_translate_func
void g_option_group_set_translate_func(GOptionGroup* group, GTranslateFunc func, gpointer data, GDestroyNotify destroy_notify)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_group_set_translation_domain
void g_option_group_set_translation_domain(GOptionGroup* group, const(gchar)* domain)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_context_add_group
da_g_option_context_add_group g_option_context_add_group;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_context_add_main_entries
da_g_option_context_add_main_entries g_option_context_add_main_entries;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_context_free
da_g_option_context_free g_option_context_free;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_context_get_description
da_g_option_context_get_description g_option_context_get_description;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_context_get_help
da_g_option_context_get_help g_option_context_get_help;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_context_get_help_enabled
da_g_option_context_get_help_enabled g_option_context_get_help_enabled;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_context_get_ignore_unknown_options
da_g_option_context_get_ignore_unknown_options g_option_context_get_ignore_unknown_options;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_context_get_main_group
da_g_option_context_get_main_group g_option_context_get_main_group;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_context_get_summary
da_g_option_context_get_summary g_option_context_get_summary;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_context_new
da_g_option_context_new g_option_context_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_context_parse
da_g_option_context_parse g_option_context_parse;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_context_set_description
da_g_option_context_set_description g_option_context_set_description;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_context_set_help_enabled
da_g_option_context_set_help_enabled g_option_context_set_help_enabled;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_context_set_ignore_unknown_options
da_g_option_context_set_ignore_unknown_options g_option_context_set_ignore_unknown_options;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_context_set_main_group
da_g_option_context_set_main_group g_option_context_set_main_group;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_context_set_summary
da_g_option_context_set_summary g_option_context_set_summary;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_context_set_translate_func
da_g_option_context_set_translate_func g_option_context_set_translate_func;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_context_set_translation_domain
da_g_option_context_set_translation_domain g_option_context_set_translation_domain;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_error_quark
da_g_option_error_quark g_option_error_quark;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_group_add_entries
da_g_option_group_add_entries g_option_group_add_entries;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_group_free
da_g_option_group_free g_option_group_free;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_group_new
da_g_option_group_new g_option_group_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_group_set_error_hook
da_g_option_group_set_error_hook g_option_group_set_error_hook;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_group_set_parse_hooks
da_g_option_group_set_parse_hooks g_option_group_set_parse_hooks;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_group_set_translate_func
da_g_option_group_set_translate_func g_option_group_set_translate_func;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_option_group_set_translation_domain
da_g_option_group_set_translation_domain g_option_group_set_translation_domain;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.